home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000006_news@newsmaster….columbia.edu _Wed Sep 2 09:50:43 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA19042
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 2 Sep 1998 09:50:43 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA29834
  7.     for kermit.misc@watsun; Wed, 2 Sep 1998 09:50:42 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc,alt.sys.pdp11,vmsnet.pdp-11,comp.sys.dec
  11. Subject: Re: Dumbfounded or maybe just dumb (PDP-11 Kermit)
  12. Date: 2 Sep 1998 13:50:40 GMT
  13. Organization: Columbia University
  14. Lines: 37
  15. Message-ID: <6sjifg$50r$1@apakabar.cc.columbia.edu>
  16. References: <35EC9B3F.F26AE1A4@sgi.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9165 alt.sys.pdp11:4129 vmsnet.pdp-11:9849 comp.sys.dec:66794
  19.  
  20. In article <35EC9B3F.F26AE1A4@sgi.net>, krsmith  <krsmith@sgi.net> wrote:
  21. : I am trying to transfer a client's data files from a PDP-11 to a Windows
  22. : 95 machine through Kermit software Kermit-11 on the PDP-11 and Kermit95
  23. : on the Win95 machine through a serial terminal line.
  24. : I have successfully transfered text files to and from the PDP-11 and
  25. : Win95 machine on occassion.  Meaning that sometimes it works and
  26. : sometime it don't (the same darn file.)  When it doesn't work the error
  27. : goes from rejected type to rejected name for the text file transfer.
  28. : I have the the following settings:
  29. :         FILE TYPE  = BINARY
  30. :         TRANSFER MODE = MANUAL
  31. : Questions:
  32. : 1.  Are there other settings beside the default settings that I should
  33. :     be looking at?
  34. : 2.  Are there any nuances between Kermit-11 and C-Kermit (Kermit95)?
  35. Yes to both.
  36.  
  37. As noted in the Kermit-11 "beware" file, k11.bwr, and on the PDP-11 Kermit
  38. web page:
  39.  
  40.   http://www.columbia.edu/kermit/pdp11.html
  41.  
  42. Kermit-11 3.60 and earlier has a bug with attribute packets.  To work around
  43. the bug, tell one Kermit (or both) to:
  44.  
  45.   set attributes off
  46.  
  47. Unfortunately 3.60 is the latest (last?) release for RSX.  Later releases
  48. (with this bug fixed) are available for RT and RSTS.
  49.  
  50. - Frank